home *** CD-ROM | disk | FTP | other *** search
Makefile | 1998-08-12 | 279 b | 17 lines |
-
- /* Copyright (c) Mark J. Kilgard, 1997. */
-
- #include "../../../Glut.cf"
-
- TARGETS = chess
-
- SRCS = chess.c main.c animate.c pathplan.c texture.c
-
- OBJS = chess.o main.o animate.o pathplan.o texture.o
-
- AllTarget($(TARGETS))
-
- NormalGlutProgramTarget(chess,$(OBJS))
-
- DependTarget()
-